/* Global styles for all pages */
body {
    /* Add padding to the top to prevent content from being hidden by the fixed navbar */
    padding-top: 70px; 
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    color: #333;
    background-image: url('../images/home-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar {
    border-bottom: 1px solid #e7e7e7;
}

.navbar-brand {
    font-weight: bold;
}